Jump to content

  • Function Collection

    Usage - How to use these functions

    VBScript   → Lua

     

    To use any of these functions just follow these steps:

     

    1. Copy the function code into the Windows clipboard (select the code and press Ctrl-C)
       
    2. Open you GSE call routing rule.
       
    3. Double click the Start block
       
    4. Switch to the Parameters page
       
    5. Click into the huge text field and paste the function code by pressing Ctrl-V.

      1.webp
       
    6. Click OK.

     

    The function is now available within you call routing rule and can now be used directly within GSE blocks.

     

     

    Handle boolean return values

     

    The above example function IsUserFree returns a booelan value. It can most conveniently be called with the Evaluate block:

     

    2.webp

     

    3.webp

     

     

    Handle numeric return values (up to 10 different ones)

     

    If your function returns more than 2 different values you can use an Insert Script Code block to evaluate up to 10 different values graphically. This is an example of how to use the UserStatus function:

     

    4.webp

     

    5.webp

     

    6.webp

     

     

     

    Handle any return values

     

    You can call your own functions nearly everywhere within your GSE script. Where ever you find a

     

    • 7.png

     

    button behind a parameter text field, you can call your function if it returns a needed value. For example a function GetDestination returns the extension a call should be connected to with a Connect To block:

     

     

     

    8.webp

     

     

     

     




Important Information

By using this site, you agree to our Terms of Use and have taken note of our Privacy Policy.
We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.